| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVREnableTransition function to enable or disable a transition effect.
OSErr QTVREnableTransition (
QTVRInstance qtvr,
UInt32transitionType,
Booleanenable);
The QTVREnableTransition function enables or disables the transition property specified by the transitionType parameter for the movie specified by the qtvr parameter, as indicated by the value of the enable parameter. Once a transition effect is enabled, it is used at the appropriate time until it is disabled by a subsequent call to QTVREnableTransition .
Use QTVRSetTransitionProperty [link] to set the value of a transition property.
| Previous | Chapter contents | Chapter top | Section top | Next |